Intersoft WebTextEditor Documentation
XML Format for Custom ToolBar
See Also Send Feedback
Intersoft WebTextEditor > WebTextEditor > ToolBar > XML Format for Custom ToolBar

Glossary Item Box

Custom toolbar can be added to WebTextEditor using XML File. The XML file should implement the following format:

Example:

<WebTextEditorToolBarCollection>
  <WebTextEditorToolBar Name="WebTextEditor1_tbCustom" Category="Custom" Text="Custom 1">
    <ToolCommands>
      <WebTextEditorToolCommand Name="cmdChangeCase" Text="Change Case" CommandType="ChangeCase" DisplayMode="TextAndImage" Image=" tb_changecase.gif" Type="SplitButton">
        <Items>
          <WebTextEditorToolItem Name="itemUpperCase" Text="UPPER CASE" Image="tb_uppercase.gif" />
          <WebTextEditorToolItem Name="itemLowerCase" Text="lower case" Image=" tb_lowercase.gif" />
        </Items>
      </WebTextEditorToolCommand>
      <WebTextEditorToolCommand Name="cmdEmot" Type="ToggleButton" Text="Emot" DisplayMode="Image" Image="smiley.gif">
        <Items />
      </WebTextEditorToolCommand>
    </ToolCommands>
  </WebTextEditorToolBar>
</WebTextEditorToolBarCollection>

See Also

©2013. All Rights Reserved.